home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
CW MacMindy 1.4
/
Examples
/
hello
/
hello.dyl
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-13
|
109 b
|
10 lines
|
[
TEXT/CWIE
]
module: Dylan-User
/*
hello.dyl
*/
define method main (argv0, #rest args)
puts("Hello, world!\n");
end;